home *** CD-ROM | disk | FTP | other *** search
/ Champak 141 / (Vol 141) Oct 17 2011.iso / Games / green-moon-lab.swf / scripts / DefineButton2_319 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2011-10-17  |  333 b   |  20 lines

  1. on(release){
  2.    this.CC = 0;
  3.    if(_root.savefile.data.challenge1 >= 40)
  4.    {
  5.       this.CC += 1;
  6.    }
  7.    if(_root.savefile.data.challenge2 <= 35)
  8.    {
  9.       this.CC += 1;
  10.    }
  11.    if(_root.savefile.data.challenge3 >= 25)
  12.    {
  13.       this.CC += 1;
  14.    }
  15.    if(this.CC > 1)
  16.    {
  17.       _root.rotatingcamera = 2;
  18.    }
  19. }
  20.